翻訳と辞書
Words near each other
・ Document International Human Rights Documentary Film Festival
・ Document layout analysis
・ Document management system
・ Document mode
・ Document modelling
・ Document mosaicing
・ Document Number Nine
・ Document Object Model
・ Document of the Dead
・ Document processing
・ Document processor
・ Document Records
・ Document retrieval
・ Document review
・ Document Schema Definition Languages
Document Structure Description
・ Document structuring
・ Document Structuring Conventions
・ Document Style Semantics and Specification Language
・ Document theft
・ Document type declaration
・ Document type definition
・ Document Update Markup Language
・ Document warehouse
・ Document Z-3
・ Document! X
・ Document-based question
・ Document-centric collaboration
・ Document-oriented database
・ Document-term matrix


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Document Structure Description : ウィキペディア英語版
Document Structure Description
Document Structure Description, or DSD, is a schema language for XML, that is, a language for describing valid XML documents. It's an alternative to DTD or the W3C XML Schema.
An example of DSD in its simplest form:
<dsd ="http://www.brics.dk/DSD/2.0"
="http://example.com">

<if><element =""/>
<declare>
<attribute =""/>
<attribute =""/>
<contents>
<element =""/>
</contents>
</declare>
</if>

<if><element =""/>
<declare>
<contents>
</contents>
</declare>
</if>

</dsd>
This says that element named "foo" in the XML namespace "http://example.com" may have two attributes, named "first" and "second". A "foo" element may not have any character data. It must contain one subelement, named "bar", also in the "http://example.com" namespace. A "bar" element is not allowed any attributes, character data or subelements.
One XML document that would be valid according to the above DSD would be:
<foo ="http://example.com" ="">
<bar/>
</foo>
== Current Software store ==

* (Prototype Java Processor ) from BRICS

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Document Structure Description」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.